home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Computers
/
Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso
/
shareware
/
graphics
/
screen_jaeger
/
source
/
message.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-11-17
|
530b
|
56 lines
SHORT MBorderVectors1[] = {
0,0,
47,0,
47,10,
0,10,
0,0
};
struct Border MBorder1 = {
-1,-1,
1,0,JAM1,
5,
MBorderVectors1,
NULL
};
struct IntuiText MIText1 = {
3,0,JAM2,
15,1,
NULL,
(UBYTE *)"OK",
NULL
};
struct Gadget MGadget1 = {
NULL,
115,32,
46,9,
NULL,
RELVERIFY,
BOOLGADGET,
(APTR)&MBorder1,
NULL,
&MIText1,
NULL,
NULL,
NULL,
NULL
};
struct NewWindow MesWin = {
171,5,
277,45,
0,1,
GADGETUP,
ACTIVATE+NOCAREREFRESH,
&MGadget1,
NULL,
NULL,
NULL,
NULL,
5,5,
-1,-1,
CUSTOMSCREEN
};